home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 2
/
Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso
/
Aminet
/
gfx
/
3d
/
T3DLIB_Src_R41.lha
/
writeoff_protos.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-01-30
|
579b
|
26 lines
/* Prototypes for functions defined in
writeoff.c
*/
static void send_XYZ(XYZ_st * f);
static void send_RGB(RGB_st * rgb);
extern int geom_flag;
int write_OFF(WORLD * world,
char * name,
int splitflag,
int geom_only);
static void count_points_faces(register OBJECT * object,
unsigned long * points,
unsigned long * faces);
static void process_points_DESC(OBJECT * object);
static void process_faces_DESC(OBJECT * object);
static void process_DESC(OBJECT * object);